IMappingMessageAdapterProvider
StockSharp.Algo.Storages
The mapping message adapter's provider interface.
プロパティ
Adapters : IEnumerable<KeyValuePair<T, Guid>>
All available adapters.
メソッド
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
RemoveAssociation(T) : bool
Remove association with adapter.
- key
- Key.
戻り値: if the association is successfully removed, otherwise, .
SetAdapter(T, Guid) : bool
Make association with adapter.
- key
- Key.
- adapterId
- Adapter identifier.
戻り値: if the association is successfully changed, otherwise, .
TryGetAdapter(T) : Guid?
Get adapter by the specified key.
- key
- Key.
戻り値: Found adapter identifier or .